From: Richard M. Stallman Date: Thu, 19 Jun 1997 02:47:38 +0000 (+0000) Subject: Delete M-TAB binding of complete-tag. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80749 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b39697d1df269707336e5274bf5a99b2dc82476b;p=emacs.git Delete M-TAB binding of complete-tag. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 80d56df9329..47405d43df7 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1598,8 +1598,6 @@ for \\[find-tag] (which see)." (display-completion-list (all-completions pattern 'tags-complete-tag nil))) (message "Making completion list...%s" "done"))))) - -;;;###autoload (define-key esc-map "\t" 'complete-tag) (provide 'etags)